home *** CD-ROM | disk | FTP | other *** search
/ L' Effet Pommier 3 / L'Effet Pommier - Volume 03.iso / Utils□□□ Divers 2 / LogicSim 2.7.2b / Misc / LogicSim SDK 2.7 / StdIntfs.p < prev   
Text File  |  1995-07-03  |  226b  |  15 lines

  1. unit StdIntfs;
  2.  
  3. interface
  4.  
  5.  
  6. USES
  7.     Types,   QuickDraw, Events, Windows, Dialogs, Fonts, DiskInit, 
  8.     Devices, TextEdit,  Traps,  Memory,  SegLoad, Scrap, ToolUtils, 
  9.     Events,  OSUtils,   Menus,    Resources;
  10.  
  11. implementation
  12.  
  13.  
  14. end.
  15.